projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e50a8
)
sunxi: add defines to control USB Host clocks/resets
author
Roman Byshko
<
[email protected]
>
Thu, 24 Jul 2014 20:54:20 +0000
(22:54 +0200)
committer
Hans de Goede
<
[email protected]
>
Thu, 31 Jul 2014 13:37:22 +0000
(15:37 +0200)
The commit adds three defines which will be used in
the EHCI driver to enable USB clock and assert
reset controllers of the corresponding PHYs.
Signed-off-by: Roman Byshko <
[email protected]
>
Acked-by: Ian Campbell <
[email protected]
>
Acked-by: Hans de Goede <
[email protected]
>
Signed-off-by: Hans de Goede <
[email protected]
>
arch/arm/include/asm/arch-sunxi/clock_sun4i.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
b/arch/arm/include/asm/arch-sunxi/clock_sun4i.h
index 2531cbdcd595b66195111420dc6b5d1e77e5e0eb..1ba997adf9f8b4bf1f2b71c71bc5f1816e308794 100644
(file)
--- a/
arch/arm/include/asm/arch-sunxi/clock_sun4i.h
+++ b/
arch/arm/include/asm/arch-sunxi/clock_sun4i.h
@@
-256,4
+256,8
@@
struct sunxi_ccm_reg {
#define CCM_GMAC_CTRL_GPIT_MII (0x0 << 2)
#define CCM_GMAC_CTRL_GPIT_RGMII (0x1 << 2)
+#define CCM_USB_CTRL_PHY1_RST (0x1 << 1)
+#define CCM_USB_CTRL_PHY2_RST (0x1 << 2)
+#define CCM_USB_CTRL_PHYGATE (0x1 << 8)
+
#endif /* _SUNXI_CLOCK_SUN4I_H */